Patch from Gary V. Vaughan
svn path=/trunk/; revision=407
+2009-03-31 Martin Nordholts <martinn@svn.gnome.org>
+
+ * configure.ac: Patch from Gary V. Vaughan. Don't try to pass gcc
+ flags to vendor compilers
+
2009-03-25 Martin Nordholts <martinn@svn.gnome.org>
Patch from Gary V. Vaughan. Rewrite xml-insert.sh in portable
*[\ \ ]-Wall[\ \ ]*) ;;
*) CFLAGS="$CFLAGS -Wall" ;;
esac
-fi
BABL_DETECT_CFLAGS(extra_warnings, '-Wdeclaration-after-statement')
CFLAGS="$CFLAGS $extra_warnings"
BABL_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition')
CFLAGS="$CFLAGS $extra_warnings"
+fi
AC_PATH_PROG(RSVG, rsvg, no)
AM_CONDITIONAL(HAVE_RSVG, test "x$RSVG" != "xno")